github.com/klauspost/compress/zstd.byteReader.remain (method)
9 uses
github.com/klauspost/compress/zstd (current package)
blockdec.go#L579: if br.remain() < 1 {
bytereader.go#L45: if r := b.remain(); r < 4 {
bytereader.go#L80: func (b byteReader) remain() int {
dict.go#L130: if br.remain() < 12 {
dict.go#L143: d.content = make([]byte, br.remain())
fse_decoder.go#L57: if b.remain() < 4 {
fse_decoder.go#L82: if r := b.remain(); r > 5 {
fse_decoder.go#L110: if r := b.remain(); r >= 7 || r-int(bitCount>>3) >= 4 {
fse_decoder.go#L155: if r := b.remain(); r >= 7 || r-int(bitCount>>3) >= 4 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |